projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
754dfe8
)
(telnet-simple-send): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Jan 2002 01:40:04 +0000
(
01:40
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 17 Jan 2002 01:40:04 +0000
(
01:40
+0000)
lisp/net/telnet.el
patch
|
blob
|
history
diff --git
a/lisp/net/telnet.el
b/lisp/net/telnet.el
index 8cdc2884bab7b472a7bcad88b4c8dbb492b25d3b..abfd5b582acee86e4e4f66964233f11a75ed0e03 100644
(file)
--- a/
lisp/net/telnet.el
+++ b/
lisp/net/telnet.el
@@
-155,7
+155,7
@@
rejecting one login and prompting again for a username and password.")
(defun telnet-simple-send (proc string)
(comint-send-string proc string)
(if comint-input-sender-no-newline
- (if (not (string-equal
input
""))
+ (if (not (string-equal
string
""))
(process-send-eof))
(comint-send-string proc telnet-new-line)))